home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcr / pcr4_4.lha / DIST / dylibload / INCLUDE / xr / transform.h < prev   
Text File  |  1989-09-29  |  1KB  |  43 lines

  1. /*
  2.  *    %M% %I% of %G%
  3.  *    %W%
  4.  */
  5. /* begincopyright
  6.   Copyright (c) 1988 Xerox Corporation. All rights reserved.
  7.   Use and copying of this software and preparation of derivative works based
  8.   upon this software are permitted. Any distribution of this software or
  9.   derivative works must comply with all applicable United States export
  10.   control laws. This software is made available AS IS, and Xerox Corporation
  11.   makes no warranty about the software, its performance or its conformity to
  12.   any specification. Any person obtaining a copy of this software is requested
  13.   to send their name and post office or electronic mail address to:
  14.     PCR Coordinator
  15.     Xerox PARC
  16.     3333 Coyote Hill Rd.
  17.     Palo Alto, CA
  18.   endcopyright */
  19.  
  20. /*
  21.  * The symtab.pidXXX file contains one pointer line for each module loaded
  22.  *    and a symbol line for each common symbol definition.
  23.  *
  24.  * Each pointer line begins with the following fixed length fields
  25.  *    "F:"
  26.  *    text relocation
  27.  *    data relocation
  28.  *    bss relocation
  29.  *    offset of library member in library
  30.  * and ends with a variable length field that is the name of the module,
  31.  *    or name of the library
  32.  *
  33.  * Each symbol line begins with the following fixed length fields
  34.  *    "C:"
  35.  *    value of the symbol
  36.  * and ends with a variable length field that is the name of the symbol.
  37.  *
  38.  */
  39.  
  40. # define SYMTAB_PID_FORMAT " %x %x %x %x %s"
  41. # define SYMTAB_PID_COMMON_FORMAT " %x %s"
  42.  
  43.